fmt.ss.getRune (method)
16 uses
fmt (current package)
scan.go#L210: func (s *ss) getRune() (r rune) {
scan.go#L225: r = s.getRune()
scan.go#L422: r := s.getRune()
scan.go#L452: r := s.getRune()
scan.go#L480: r := s.getRune()
scan.go#L498: r := s.getRune()
scan.go#L507: if r := s.getRune(); r == eof {
scan.go#L538: switch s.getRune() {
scan.go#L603: r := s.getRune()
scan.go#L844: quote := s.getRune()
scan.go#L900: rune1 := s.getRune()
scan.go#L1079: r := s.getRune()
scan.go#L1124: inputc := s.getRune()
scan.go#L1126: inputc = s.getRune()
scan.go#L1133: inputc := s.getRune()
scan.go#L1145: inputc = s.getRune()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |